flowbox: Stop setting focus adjustments
authorMatthias Clasen <mclasen@redhat.com>
Sat, 18 Apr 2020 18:45:29 +0000 (14:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 18 Apr 2020 18:45:29 +0000 (14:45 -0400)
gtk/gtkflowbox.c

index 84ba41df2f9f5019c3efa8eb0566b9624d36ab42..7fb0a58857e5289f21b4c7804c2a2631e3e75eae 100644 (file)
@@ -3963,7 +3963,6 @@ gtk_flow_box_set_hadjustment (GtkFlowBox    *box,
   if (priv->hadjustment)
     g_object_unref (priv->hadjustment);
   priv->hadjustment = adjustment;
-  gtk_container_set_focus_hadjustment (GTK_CONTAINER (box), adjustment);
 }
 
 /**
@@ -3998,7 +3997,6 @@ gtk_flow_box_set_vadjustment (GtkFlowBox    *box,
   if (priv->vadjustment)
     g_object_unref (priv->vadjustment);
   priv->vadjustment = adjustment;
-  gtk_container_set_focus_vadjustment (GTK_CONTAINER (box), adjustment);
 }
 
 static void